active1(f1(0)) -> mark1(cons2(0, f1(s1(0))))
active1(f1(s1(0))) -> mark1(f1(p1(s1(0))))
active1(p1(s1(0))) -> mark1(0)
active1(f1(X)) -> f1(active1(X))
active1(cons2(X1, X2)) -> cons2(active1(X1), X2)
active1(s1(X)) -> s1(active1(X))
active1(p1(X)) -> p1(active1(X))
f1(mark1(X)) -> mark1(f1(X))
cons2(mark1(X1), X2) -> mark1(cons2(X1, X2))
s1(mark1(X)) -> mark1(s1(X))
p1(mark1(X)) -> mark1(p1(X))
proper1(f1(X)) -> f1(proper1(X))
proper1(0) -> ok1(0)
proper1(cons2(X1, X2)) -> cons2(proper1(X1), proper1(X2))
proper1(s1(X)) -> s1(proper1(X))
proper1(p1(X)) -> p1(proper1(X))
f1(ok1(X)) -> ok1(f1(X))
cons2(ok1(X1), ok1(X2)) -> ok1(cons2(X1, X2))
s1(ok1(X)) -> ok1(s1(X))
p1(ok1(X)) -> ok1(p1(X))
top1(mark1(X)) -> top1(proper1(X))
top1(ok1(X)) -> top1(active1(X))
↳ QTRS
↳ DependencyPairsProof
active1(f1(0)) -> mark1(cons2(0, f1(s1(0))))
active1(f1(s1(0))) -> mark1(f1(p1(s1(0))))
active1(p1(s1(0))) -> mark1(0)
active1(f1(X)) -> f1(active1(X))
active1(cons2(X1, X2)) -> cons2(active1(X1), X2)
active1(s1(X)) -> s1(active1(X))
active1(p1(X)) -> p1(active1(X))
f1(mark1(X)) -> mark1(f1(X))
cons2(mark1(X1), X2) -> mark1(cons2(X1, X2))
s1(mark1(X)) -> mark1(s1(X))
p1(mark1(X)) -> mark1(p1(X))
proper1(f1(X)) -> f1(proper1(X))
proper1(0) -> ok1(0)
proper1(cons2(X1, X2)) -> cons2(proper1(X1), proper1(X2))
proper1(s1(X)) -> s1(proper1(X))
proper1(p1(X)) -> p1(proper1(X))
f1(ok1(X)) -> ok1(f1(X))
cons2(ok1(X1), ok1(X2)) -> ok1(cons2(X1, X2))
s1(ok1(X)) -> ok1(s1(X))
p1(ok1(X)) -> ok1(p1(X))
top1(mark1(X)) -> top1(proper1(X))
top1(ok1(X)) -> top1(active1(X))
TOP1(mark1(X)) -> PROPER1(X)
ACTIVE1(f1(X)) -> ACTIVE1(X)
P1(mark1(X)) -> P1(X)
ACTIVE1(f1(0)) -> CONS2(0, f1(s1(0)))
S1(mark1(X)) -> S1(X)
ACTIVE1(p1(X)) -> ACTIVE1(X)
PROPER1(f1(X)) -> PROPER1(X)
ACTIVE1(f1(s1(0))) -> F1(p1(s1(0)))
TOP1(mark1(X)) -> TOP1(proper1(X))
PROPER1(s1(X)) -> S1(proper1(X))
PROPER1(p1(X)) -> P1(proper1(X))
S1(ok1(X)) -> S1(X)
ACTIVE1(s1(X)) -> ACTIVE1(X)
ACTIVE1(f1(s1(0))) -> P1(s1(0))
CONS2(mark1(X1), X2) -> CONS2(X1, X2)
ACTIVE1(cons2(X1, X2)) -> CONS2(active1(X1), X2)
ACTIVE1(cons2(X1, X2)) -> ACTIVE1(X1)
PROPER1(cons2(X1, X2)) -> PROPER1(X1)
ACTIVE1(f1(X)) -> F1(active1(X))
P1(ok1(X)) -> P1(X)
TOP1(ok1(X)) -> ACTIVE1(X)
ACTIVE1(p1(X)) -> P1(active1(X))
ACTIVE1(f1(0)) -> S1(0)
F1(mark1(X)) -> F1(X)
ACTIVE1(s1(X)) -> S1(active1(X))
PROPER1(cons2(X1, X2)) -> CONS2(proper1(X1), proper1(X2))
PROPER1(s1(X)) -> PROPER1(X)
TOP1(ok1(X)) -> TOP1(active1(X))
F1(ok1(X)) -> F1(X)
PROPER1(cons2(X1, X2)) -> PROPER1(X2)
CONS2(ok1(X1), ok1(X2)) -> CONS2(X1, X2)
ACTIVE1(f1(0)) -> F1(s1(0))
PROPER1(f1(X)) -> F1(proper1(X))
PROPER1(p1(X)) -> PROPER1(X)
active1(f1(0)) -> mark1(cons2(0, f1(s1(0))))
active1(f1(s1(0))) -> mark1(f1(p1(s1(0))))
active1(p1(s1(0))) -> mark1(0)
active1(f1(X)) -> f1(active1(X))
active1(cons2(X1, X2)) -> cons2(active1(X1), X2)
active1(s1(X)) -> s1(active1(X))
active1(p1(X)) -> p1(active1(X))
f1(mark1(X)) -> mark1(f1(X))
cons2(mark1(X1), X2) -> mark1(cons2(X1, X2))
s1(mark1(X)) -> mark1(s1(X))
p1(mark1(X)) -> mark1(p1(X))
proper1(f1(X)) -> f1(proper1(X))
proper1(0) -> ok1(0)
proper1(cons2(X1, X2)) -> cons2(proper1(X1), proper1(X2))
proper1(s1(X)) -> s1(proper1(X))
proper1(p1(X)) -> p1(proper1(X))
f1(ok1(X)) -> ok1(f1(X))
cons2(ok1(X1), ok1(X2)) -> ok1(cons2(X1, X2))
s1(ok1(X)) -> ok1(s1(X))
p1(ok1(X)) -> ok1(p1(X))
top1(mark1(X)) -> top1(proper1(X))
top1(ok1(X)) -> top1(active1(X))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
TOP1(mark1(X)) -> PROPER1(X)
ACTIVE1(f1(X)) -> ACTIVE1(X)
P1(mark1(X)) -> P1(X)
ACTIVE1(f1(0)) -> CONS2(0, f1(s1(0)))
S1(mark1(X)) -> S1(X)
ACTIVE1(p1(X)) -> ACTIVE1(X)
PROPER1(f1(X)) -> PROPER1(X)
ACTIVE1(f1(s1(0))) -> F1(p1(s1(0)))
TOP1(mark1(X)) -> TOP1(proper1(X))
PROPER1(s1(X)) -> S1(proper1(X))
PROPER1(p1(X)) -> P1(proper1(X))
S1(ok1(X)) -> S1(X)
ACTIVE1(s1(X)) -> ACTIVE1(X)
ACTIVE1(f1(s1(0))) -> P1(s1(0))
CONS2(mark1(X1), X2) -> CONS2(X1, X2)
ACTIVE1(cons2(X1, X2)) -> CONS2(active1(X1), X2)
ACTIVE1(cons2(X1, X2)) -> ACTIVE1(X1)
PROPER1(cons2(X1, X2)) -> PROPER1(X1)
ACTIVE1(f1(X)) -> F1(active1(X))
P1(ok1(X)) -> P1(X)
TOP1(ok1(X)) -> ACTIVE1(X)
ACTIVE1(p1(X)) -> P1(active1(X))
ACTIVE1(f1(0)) -> S1(0)
F1(mark1(X)) -> F1(X)
ACTIVE1(s1(X)) -> S1(active1(X))
PROPER1(cons2(X1, X2)) -> CONS2(proper1(X1), proper1(X2))
PROPER1(s1(X)) -> PROPER1(X)
TOP1(ok1(X)) -> TOP1(active1(X))
F1(ok1(X)) -> F1(X)
PROPER1(cons2(X1, X2)) -> PROPER1(X2)
CONS2(ok1(X1), ok1(X2)) -> CONS2(X1, X2)
ACTIVE1(f1(0)) -> F1(s1(0))
PROPER1(f1(X)) -> F1(proper1(X))
PROPER1(p1(X)) -> PROPER1(X)
active1(f1(0)) -> mark1(cons2(0, f1(s1(0))))
active1(f1(s1(0))) -> mark1(f1(p1(s1(0))))
active1(p1(s1(0))) -> mark1(0)
active1(f1(X)) -> f1(active1(X))
active1(cons2(X1, X2)) -> cons2(active1(X1), X2)
active1(s1(X)) -> s1(active1(X))
active1(p1(X)) -> p1(active1(X))
f1(mark1(X)) -> mark1(f1(X))
cons2(mark1(X1), X2) -> mark1(cons2(X1, X2))
s1(mark1(X)) -> mark1(s1(X))
p1(mark1(X)) -> mark1(p1(X))
proper1(f1(X)) -> f1(proper1(X))
proper1(0) -> ok1(0)
proper1(cons2(X1, X2)) -> cons2(proper1(X1), proper1(X2))
proper1(s1(X)) -> s1(proper1(X))
proper1(p1(X)) -> p1(proper1(X))
f1(ok1(X)) -> ok1(f1(X))
cons2(ok1(X1), ok1(X2)) -> ok1(cons2(X1, X2))
s1(ok1(X)) -> ok1(s1(X))
p1(ok1(X)) -> ok1(p1(X))
top1(mark1(X)) -> top1(proper1(X))
top1(ok1(X)) -> top1(active1(X))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
P1(mark1(X)) -> P1(X)
P1(ok1(X)) -> P1(X)
active1(f1(0)) -> mark1(cons2(0, f1(s1(0))))
active1(f1(s1(0))) -> mark1(f1(p1(s1(0))))
active1(p1(s1(0))) -> mark1(0)
active1(f1(X)) -> f1(active1(X))
active1(cons2(X1, X2)) -> cons2(active1(X1), X2)
active1(s1(X)) -> s1(active1(X))
active1(p1(X)) -> p1(active1(X))
f1(mark1(X)) -> mark1(f1(X))
cons2(mark1(X1), X2) -> mark1(cons2(X1, X2))
s1(mark1(X)) -> mark1(s1(X))
p1(mark1(X)) -> mark1(p1(X))
proper1(f1(X)) -> f1(proper1(X))
proper1(0) -> ok1(0)
proper1(cons2(X1, X2)) -> cons2(proper1(X1), proper1(X2))
proper1(s1(X)) -> s1(proper1(X))
proper1(p1(X)) -> p1(proper1(X))
f1(ok1(X)) -> ok1(f1(X))
cons2(ok1(X1), ok1(X2)) -> ok1(cons2(X1, X2))
s1(ok1(X)) -> ok1(s1(X))
p1(ok1(X)) -> ok1(p1(X))
top1(mark1(X)) -> top1(proper1(X))
top1(ok1(X)) -> top1(active1(X))
The following pairs can be strictly oriented and are deleted.
The remaining pairs can at least by weakly be oriented.
P1(ok1(X)) -> P1(X)
Used ordering: Combined order from the following AFS and order.
P1(mark1(X)) -> P1(X)
trivial
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
P1(mark1(X)) -> P1(X)
active1(f1(0)) -> mark1(cons2(0, f1(s1(0))))
active1(f1(s1(0))) -> mark1(f1(p1(s1(0))))
active1(p1(s1(0))) -> mark1(0)
active1(f1(X)) -> f1(active1(X))
active1(cons2(X1, X2)) -> cons2(active1(X1), X2)
active1(s1(X)) -> s1(active1(X))
active1(p1(X)) -> p1(active1(X))
f1(mark1(X)) -> mark1(f1(X))
cons2(mark1(X1), X2) -> mark1(cons2(X1, X2))
s1(mark1(X)) -> mark1(s1(X))
p1(mark1(X)) -> mark1(p1(X))
proper1(f1(X)) -> f1(proper1(X))
proper1(0) -> ok1(0)
proper1(cons2(X1, X2)) -> cons2(proper1(X1), proper1(X2))
proper1(s1(X)) -> s1(proper1(X))
proper1(p1(X)) -> p1(proper1(X))
f1(ok1(X)) -> ok1(f1(X))
cons2(ok1(X1), ok1(X2)) -> ok1(cons2(X1, X2))
s1(ok1(X)) -> ok1(s1(X))
p1(ok1(X)) -> ok1(p1(X))
top1(mark1(X)) -> top1(proper1(X))
top1(ok1(X)) -> top1(active1(X))
The following pairs can be strictly oriented and are deleted.
The remaining pairs can at least by weakly be oriented.
P1(mark1(X)) -> P1(X)
mark1 > P1
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ PisEmptyProof
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
active1(f1(0)) -> mark1(cons2(0, f1(s1(0))))
active1(f1(s1(0))) -> mark1(f1(p1(s1(0))))
active1(p1(s1(0))) -> mark1(0)
active1(f1(X)) -> f1(active1(X))
active1(cons2(X1, X2)) -> cons2(active1(X1), X2)
active1(s1(X)) -> s1(active1(X))
active1(p1(X)) -> p1(active1(X))
f1(mark1(X)) -> mark1(f1(X))
cons2(mark1(X1), X2) -> mark1(cons2(X1, X2))
s1(mark1(X)) -> mark1(s1(X))
p1(mark1(X)) -> mark1(p1(X))
proper1(f1(X)) -> f1(proper1(X))
proper1(0) -> ok1(0)
proper1(cons2(X1, X2)) -> cons2(proper1(X1), proper1(X2))
proper1(s1(X)) -> s1(proper1(X))
proper1(p1(X)) -> p1(proper1(X))
f1(ok1(X)) -> ok1(f1(X))
cons2(ok1(X1), ok1(X2)) -> ok1(cons2(X1, X2))
s1(ok1(X)) -> ok1(s1(X))
p1(ok1(X)) -> ok1(p1(X))
top1(mark1(X)) -> top1(proper1(X))
top1(ok1(X)) -> top1(active1(X))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
S1(ok1(X)) -> S1(X)
S1(mark1(X)) -> S1(X)
active1(f1(0)) -> mark1(cons2(0, f1(s1(0))))
active1(f1(s1(0))) -> mark1(f1(p1(s1(0))))
active1(p1(s1(0))) -> mark1(0)
active1(f1(X)) -> f1(active1(X))
active1(cons2(X1, X2)) -> cons2(active1(X1), X2)
active1(s1(X)) -> s1(active1(X))
active1(p1(X)) -> p1(active1(X))
f1(mark1(X)) -> mark1(f1(X))
cons2(mark1(X1), X2) -> mark1(cons2(X1, X2))
s1(mark1(X)) -> mark1(s1(X))
p1(mark1(X)) -> mark1(p1(X))
proper1(f1(X)) -> f1(proper1(X))
proper1(0) -> ok1(0)
proper1(cons2(X1, X2)) -> cons2(proper1(X1), proper1(X2))
proper1(s1(X)) -> s1(proper1(X))
proper1(p1(X)) -> p1(proper1(X))
f1(ok1(X)) -> ok1(f1(X))
cons2(ok1(X1), ok1(X2)) -> ok1(cons2(X1, X2))
s1(ok1(X)) -> ok1(s1(X))
p1(ok1(X)) -> ok1(p1(X))
top1(mark1(X)) -> top1(proper1(X))
top1(ok1(X)) -> top1(active1(X))
The following pairs can be strictly oriented and are deleted.
The remaining pairs can at least by weakly be oriented.
S1(mark1(X)) -> S1(X)
Used ordering: Combined order from the following AFS and order.
S1(ok1(X)) -> S1(X)
trivial
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
S1(ok1(X)) -> S1(X)
active1(f1(0)) -> mark1(cons2(0, f1(s1(0))))
active1(f1(s1(0))) -> mark1(f1(p1(s1(0))))
active1(p1(s1(0))) -> mark1(0)
active1(f1(X)) -> f1(active1(X))
active1(cons2(X1, X2)) -> cons2(active1(X1), X2)
active1(s1(X)) -> s1(active1(X))
active1(p1(X)) -> p1(active1(X))
f1(mark1(X)) -> mark1(f1(X))
cons2(mark1(X1), X2) -> mark1(cons2(X1, X2))
s1(mark1(X)) -> mark1(s1(X))
p1(mark1(X)) -> mark1(p1(X))
proper1(f1(X)) -> f1(proper1(X))
proper1(0) -> ok1(0)
proper1(cons2(X1, X2)) -> cons2(proper1(X1), proper1(X2))
proper1(s1(X)) -> s1(proper1(X))
proper1(p1(X)) -> p1(proper1(X))
f1(ok1(X)) -> ok1(f1(X))
cons2(ok1(X1), ok1(X2)) -> ok1(cons2(X1, X2))
s1(ok1(X)) -> ok1(s1(X))
p1(ok1(X)) -> ok1(p1(X))
top1(mark1(X)) -> top1(proper1(X))
top1(ok1(X)) -> top1(active1(X))
The following pairs can be strictly oriented and are deleted.
The remaining pairs can at least by weakly be oriented.
S1(ok1(X)) -> S1(X)
ok1 > S1
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ PisEmptyProof
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
active1(f1(0)) -> mark1(cons2(0, f1(s1(0))))
active1(f1(s1(0))) -> mark1(f1(p1(s1(0))))
active1(p1(s1(0))) -> mark1(0)
active1(f1(X)) -> f1(active1(X))
active1(cons2(X1, X2)) -> cons2(active1(X1), X2)
active1(s1(X)) -> s1(active1(X))
active1(p1(X)) -> p1(active1(X))
f1(mark1(X)) -> mark1(f1(X))
cons2(mark1(X1), X2) -> mark1(cons2(X1, X2))
s1(mark1(X)) -> mark1(s1(X))
p1(mark1(X)) -> mark1(p1(X))
proper1(f1(X)) -> f1(proper1(X))
proper1(0) -> ok1(0)
proper1(cons2(X1, X2)) -> cons2(proper1(X1), proper1(X2))
proper1(s1(X)) -> s1(proper1(X))
proper1(p1(X)) -> p1(proper1(X))
f1(ok1(X)) -> ok1(f1(X))
cons2(ok1(X1), ok1(X2)) -> ok1(cons2(X1, X2))
s1(ok1(X)) -> ok1(s1(X))
p1(ok1(X)) -> ok1(p1(X))
top1(mark1(X)) -> top1(proper1(X))
top1(ok1(X)) -> top1(active1(X))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDP
↳ QDP
↳ QDP
CONS2(mark1(X1), X2) -> CONS2(X1, X2)
CONS2(ok1(X1), ok1(X2)) -> CONS2(X1, X2)
active1(f1(0)) -> mark1(cons2(0, f1(s1(0))))
active1(f1(s1(0))) -> mark1(f1(p1(s1(0))))
active1(p1(s1(0))) -> mark1(0)
active1(f1(X)) -> f1(active1(X))
active1(cons2(X1, X2)) -> cons2(active1(X1), X2)
active1(s1(X)) -> s1(active1(X))
active1(p1(X)) -> p1(active1(X))
f1(mark1(X)) -> mark1(f1(X))
cons2(mark1(X1), X2) -> mark1(cons2(X1, X2))
s1(mark1(X)) -> mark1(s1(X))
p1(mark1(X)) -> mark1(p1(X))
proper1(f1(X)) -> f1(proper1(X))
proper1(0) -> ok1(0)
proper1(cons2(X1, X2)) -> cons2(proper1(X1), proper1(X2))
proper1(s1(X)) -> s1(proper1(X))
proper1(p1(X)) -> p1(proper1(X))
f1(ok1(X)) -> ok1(f1(X))
cons2(ok1(X1), ok1(X2)) -> ok1(cons2(X1, X2))
s1(ok1(X)) -> ok1(s1(X))
p1(ok1(X)) -> ok1(p1(X))
top1(mark1(X)) -> top1(proper1(X))
top1(ok1(X)) -> top1(active1(X))
The following pairs can be strictly oriented and are deleted.
The remaining pairs can at least by weakly be oriented.
CONS2(ok1(X1), ok1(X2)) -> CONS2(X1, X2)
Used ordering: Combined order from the following AFS and order.
CONS2(mark1(X1), X2) -> CONS2(X1, X2)
trivial
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDP
↳ QDP
↳ QDP
CONS2(mark1(X1), X2) -> CONS2(X1, X2)
active1(f1(0)) -> mark1(cons2(0, f1(s1(0))))
active1(f1(s1(0))) -> mark1(f1(p1(s1(0))))
active1(p1(s1(0))) -> mark1(0)
active1(f1(X)) -> f1(active1(X))
active1(cons2(X1, X2)) -> cons2(active1(X1), X2)
active1(s1(X)) -> s1(active1(X))
active1(p1(X)) -> p1(active1(X))
f1(mark1(X)) -> mark1(f1(X))
cons2(mark1(X1), X2) -> mark1(cons2(X1, X2))
s1(mark1(X)) -> mark1(s1(X))
p1(mark1(X)) -> mark1(p1(X))
proper1(f1(X)) -> f1(proper1(X))
proper1(0) -> ok1(0)
proper1(cons2(X1, X2)) -> cons2(proper1(X1), proper1(X2))
proper1(s1(X)) -> s1(proper1(X))
proper1(p1(X)) -> p1(proper1(X))
f1(ok1(X)) -> ok1(f1(X))
cons2(ok1(X1), ok1(X2)) -> ok1(cons2(X1, X2))
s1(ok1(X)) -> ok1(s1(X))
p1(ok1(X)) -> ok1(p1(X))
top1(mark1(X)) -> top1(proper1(X))
top1(ok1(X)) -> top1(active1(X))
The following pairs can be strictly oriented and are deleted.
The remaining pairs can at least by weakly be oriented.
CONS2(mark1(X1), X2) -> CONS2(X1, X2)
[CONS1, mark1]
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ PisEmptyProof
↳ QDP
↳ QDP
↳ QDP
↳ QDP
active1(f1(0)) -> mark1(cons2(0, f1(s1(0))))
active1(f1(s1(0))) -> mark1(f1(p1(s1(0))))
active1(p1(s1(0))) -> mark1(0)
active1(f1(X)) -> f1(active1(X))
active1(cons2(X1, X2)) -> cons2(active1(X1), X2)
active1(s1(X)) -> s1(active1(X))
active1(p1(X)) -> p1(active1(X))
f1(mark1(X)) -> mark1(f1(X))
cons2(mark1(X1), X2) -> mark1(cons2(X1, X2))
s1(mark1(X)) -> mark1(s1(X))
p1(mark1(X)) -> mark1(p1(X))
proper1(f1(X)) -> f1(proper1(X))
proper1(0) -> ok1(0)
proper1(cons2(X1, X2)) -> cons2(proper1(X1), proper1(X2))
proper1(s1(X)) -> s1(proper1(X))
proper1(p1(X)) -> p1(proper1(X))
f1(ok1(X)) -> ok1(f1(X))
cons2(ok1(X1), ok1(X2)) -> ok1(cons2(X1, X2))
s1(ok1(X)) -> ok1(s1(X))
p1(ok1(X)) -> ok1(p1(X))
top1(mark1(X)) -> top1(proper1(X))
top1(ok1(X)) -> top1(active1(X))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDP
↳ QDP
F1(mark1(X)) -> F1(X)
F1(ok1(X)) -> F1(X)
active1(f1(0)) -> mark1(cons2(0, f1(s1(0))))
active1(f1(s1(0))) -> mark1(f1(p1(s1(0))))
active1(p1(s1(0))) -> mark1(0)
active1(f1(X)) -> f1(active1(X))
active1(cons2(X1, X2)) -> cons2(active1(X1), X2)
active1(s1(X)) -> s1(active1(X))
active1(p1(X)) -> p1(active1(X))
f1(mark1(X)) -> mark1(f1(X))
cons2(mark1(X1), X2) -> mark1(cons2(X1, X2))
s1(mark1(X)) -> mark1(s1(X))
p1(mark1(X)) -> mark1(p1(X))
proper1(f1(X)) -> f1(proper1(X))
proper1(0) -> ok1(0)
proper1(cons2(X1, X2)) -> cons2(proper1(X1), proper1(X2))
proper1(s1(X)) -> s1(proper1(X))
proper1(p1(X)) -> p1(proper1(X))
f1(ok1(X)) -> ok1(f1(X))
cons2(ok1(X1), ok1(X2)) -> ok1(cons2(X1, X2))
s1(ok1(X)) -> ok1(s1(X))
p1(ok1(X)) -> ok1(p1(X))
top1(mark1(X)) -> top1(proper1(X))
top1(ok1(X)) -> top1(active1(X))
The following pairs can be strictly oriented and are deleted.
The remaining pairs can at least by weakly be oriented.
F1(ok1(X)) -> F1(X)
Used ordering: Combined order from the following AFS and order.
F1(mark1(X)) -> F1(X)
trivial
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDP
↳ QDP
F1(mark1(X)) -> F1(X)
active1(f1(0)) -> mark1(cons2(0, f1(s1(0))))
active1(f1(s1(0))) -> mark1(f1(p1(s1(0))))
active1(p1(s1(0))) -> mark1(0)
active1(f1(X)) -> f1(active1(X))
active1(cons2(X1, X2)) -> cons2(active1(X1), X2)
active1(s1(X)) -> s1(active1(X))
active1(p1(X)) -> p1(active1(X))
f1(mark1(X)) -> mark1(f1(X))
cons2(mark1(X1), X2) -> mark1(cons2(X1, X2))
s1(mark1(X)) -> mark1(s1(X))
p1(mark1(X)) -> mark1(p1(X))
proper1(f1(X)) -> f1(proper1(X))
proper1(0) -> ok1(0)
proper1(cons2(X1, X2)) -> cons2(proper1(X1), proper1(X2))
proper1(s1(X)) -> s1(proper1(X))
proper1(p1(X)) -> p1(proper1(X))
f1(ok1(X)) -> ok1(f1(X))
cons2(ok1(X1), ok1(X2)) -> ok1(cons2(X1, X2))
s1(ok1(X)) -> ok1(s1(X))
p1(ok1(X)) -> ok1(p1(X))
top1(mark1(X)) -> top1(proper1(X))
top1(ok1(X)) -> top1(active1(X))
The following pairs can be strictly oriented and are deleted.
The remaining pairs can at least by weakly be oriented.
F1(mark1(X)) -> F1(X)
mark1 > F1
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ PisEmptyProof
↳ QDP
↳ QDP
↳ QDP
active1(f1(0)) -> mark1(cons2(0, f1(s1(0))))
active1(f1(s1(0))) -> mark1(f1(p1(s1(0))))
active1(p1(s1(0))) -> mark1(0)
active1(f1(X)) -> f1(active1(X))
active1(cons2(X1, X2)) -> cons2(active1(X1), X2)
active1(s1(X)) -> s1(active1(X))
active1(p1(X)) -> p1(active1(X))
f1(mark1(X)) -> mark1(f1(X))
cons2(mark1(X1), X2) -> mark1(cons2(X1, X2))
s1(mark1(X)) -> mark1(s1(X))
p1(mark1(X)) -> mark1(p1(X))
proper1(f1(X)) -> f1(proper1(X))
proper1(0) -> ok1(0)
proper1(cons2(X1, X2)) -> cons2(proper1(X1), proper1(X2))
proper1(s1(X)) -> s1(proper1(X))
proper1(p1(X)) -> p1(proper1(X))
f1(ok1(X)) -> ok1(f1(X))
cons2(ok1(X1), ok1(X2)) -> ok1(cons2(X1, X2))
s1(ok1(X)) -> ok1(s1(X))
p1(ok1(X)) -> ok1(p1(X))
top1(mark1(X)) -> top1(proper1(X))
top1(ok1(X)) -> top1(active1(X))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDP
PROPER1(s1(X)) -> PROPER1(X)
PROPER1(f1(X)) -> PROPER1(X)
PROPER1(cons2(X1, X2)) -> PROPER1(X1)
PROPER1(cons2(X1, X2)) -> PROPER1(X2)
PROPER1(p1(X)) -> PROPER1(X)
active1(f1(0)) -> mark1(cons2(0, f1(s1(0))))
active1(f1(s1(0))) -> mark1(f1(p1(s1(0))))
active1(p1(s1(0))) -> mark1(0)
active1(f1(X)) -> f1(active1(X))
active1(cons2(X1, X2)) -> cons2(active1(X1), X2)
active1(s1(X)) -> s1(active1(X))
active1(p1(X)) -> p1(active1(X))
f1(mark1(X)) -> mark1(f1(X))
cons2(mark1(X1), X2) -> mark1(cons2(X1, X2))
s1(mark1(X)) -> mark1(s1(X))
p1(mark1(X)) -> mark1(p1(X))
proper1(f1(X)) -> f1(proper1(X))
proper1(0) -> ok1(0)
proper1(cons2(X1, X2)) -> cons2(proper1(X1), proper1(X2))
proper1(s1(X)) -> s1(proper1(X))
proper1(p1(X)) -> p1(proper1(X))
f1(ok1(X)) -> ok1(f1(X))
cons2(ok1(X1), ok1(X2)) -> ok1(cons2(X1, X2))
s1(ok1(X)) -> ok1(s1(X))
p1(ok1(X)) -> ok1(p1(X))
top1(mark1(X)) -> top1(proper1(X))
top1(ok1(X)) -> top1(active1(X))
The following pairs can be strictly oriented and are deleted.
The remaining pairs can at least by weakly be oriented.
PROPER1(f1(X)) -> PROPER1(X)
PROPER1(cons2(X1, X2)) -> PROPER1(X1)
PROPER1(cons2(X1, X2)) -> PROPER1(X2)
Used ordering: Combined order from the following AFS and order.
PROPER1(s1(X)) -> PROPER1(X)
PROPER1(p1(X)) -> PROPER1(X)
cons2 > PROPER1
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDP
PROPER1(s1(X)) -> PROPER1(X)
PROPER1(p1(X)) -> PROPER1(X)
active1(f1(0)) -> mark1(cons2(0, f1(s1(0))))
active1(f1(s1(0))) -> mark1(f1(p1(s1(0))))
active1(p1(s1(0))) -> mark1(0)
active1(f1(X)) -> f1(active1(X))
active1(cons2(X1, X2)) -> cons2(active1(X1), X2)
active1(s1(X)) -> s1(active1(X))
active1(p1(X)) -> p1(active1(X))
f1(mark1(X)) -> mark1(f1(X))
cons2(mark1(X1), X2) -> mark1(cons2(X1, X2))
s1(mark1(X)) -> mark1(s1(X))
p1(mark1(X)) -> mark1(p1(X))
proper1(f1(X)) -> f1(proper1(X))
proper1(0) -> ok1(0)
proper1(cons2(X1, X2)) -> cons2(proper1(X1), proper1(X2))
proper1(s1(X)) -> s1(proper1(X))
proper1(p1(X)) -> p1(proper1(X))
f1(ok1(X)) -> ok1(f1(X))
cons2(ok1(X1), ok1(X2)) -> ok1(cons2(X1, X2))
s1(ok1(X)) -> ok1(s1(X))
p1(ok1(X)) -> ok1(p1(X))
top1(mark1(X)) -> top1(proper1(X))
top1(ok1(X)) -> top1(active1(X))
The following pairs can be strictly oriented and are deleted.
The remaining pairs can at least by weakly be oriented.
PROPER1(p1(X)) -> PROPER1(X)
Used ordering: Combined order from the following AFS and order.
PROPER1(s1(X)) -> PROPER1(X)
trivial
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDP
PROPER1(s1(X)) -> PROPER1(X)
active1(f1(0)) -> mark1(cons2(0, f1(s1(0))))
active1(f1(s1(0))) -> mark1(f1(p1(s1(0))))
active1(p1(s1(0))) -> mark1(0)
active1(f1(X)) -> f1(active1(X))
active1(cons2(X1, X2)) -> cons2(active1(X1), X2)
active1(s1(X)) -> s1(active1(X))
active1(p1(X)) -> p1(active1(X))
f1(mark1(X)) -> mark1(f1(X))
cons2(mark1(X1), X2) -> mark1(cons2(X1, X2))
s1(mark1(X)) -> mark1(s1(X))
p1(mark1(X)) -> mark1(p1(X))
proper1(f1(X)) -> f1(proper1(X))
proper1(0) -> ok1(0)
proper1(cons2(X1, X2)) -> cons2(proper1(X1), proper1(X2))
proper1(s1(X)) -> s1(proper1(X))
proper1(p1(X)) -> p1(proper1(X))
f1(ok1(X)) -> ok1(f1(X))
cons2(ok1(X1), ok1(X2)) -> ok1(cons2(X1, X2))
s1(ok1(X)) -> ok1(s1(X))
p1(ok1(X)) -> ok1(p1(X))
top1(mark1(X)) -> top1(proper1(X))
top1(ok1(X)) -> top1(active1(X))
The following pairs can be strictly oriented and are deleted.
The remaining pairs can at least by weakly be oriented.
PROPER1(s1(X)) -> PROPER1(X)
s1 > PROPER1
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ PisEmptyProof
↳ QDP
↳ QDP
active1(f1(0)) -> mark1(cons2(0, f1(s1(0))))
active1(f1(s1(0))) -> mark1(f1(p1(s1(0))))
active1(p1(s1(0))) -> mark1(0)
active1(f1(X)) -> f1(active1(X))
active1(cons2(X1, X2)) -> cons2(active1(X1), X2)
active1(s1(X)) -> s1(active1(X))
active1(p1(X)) -> p1(active1(X))
f1(mark1(X)) -> mark1(f1(X))
cons2(mark1(X1), X2) -> mark1(cons2(X1, X2))
s1(mark1(X)) -> mark1(s1(X))
p1(mark1(X)) -> mark1(p1(X))
proper1(f1(X)) -> f1(proper1(X))
proper1(0) -> ok1(0)
proper1(cons2(X1, X2)) -> cons2(proper1(X1), proper1(X2))
proper1(s1(X)) -> s1(proper1(X))
proper1(p1(X)) -> p1(proper1(X))
f1(ok1(X)) -> ok1(f1(X))
cons2(ok1(X1), ok1(X2)) -> ok1(cons2(X1, X2))
s1(ok1(X)) -> ok1(s1(X))
p1(ok1(X)) -> ok1(p1(X))
top1(mark1(X)) -> top1(proper1(X))
top1(ok1(X)) -> top1(active1(X))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
ACTIVE1(f1(X)) -> ACTIVE1(X)
ACTIVE1(cons2(X1, X2)) -> ACTIVE1(X1)
ACTIVE1(s1(X)) -> ACTIVE1(X)
ACTIVE1(p1(X)) -> ACTIVE1(X)
active1(f1(0)) -> mark1(cons2(0, f1(s1(0))))
active1(f1(s1(0))) -> mark1(f1(p1(s1(0))))
active1(p1(s1(0))) -> mark1(0)
active1(f1(X)) -> f1(active1(X))
active1(cons2(X1, X2)) -> cons2(active1(X1), X2)
active1(s1(X)) -> s1(active1(X))
active1(p1(X)) -> p1(active1(X))
f1(mark1(X)) -> mark1(f1(X))
cons2(mark1(X1), X2) -> mark1(cons2(X1, X2))
s1(mark1(X)) -> mark1(s1(X))
p1(mark1(X)) -> mark1(p1(X))
proper1(f1(X)) -> f1(proper1(X))
proper1(0) -> ok1(0)
proper1(cons2(X1, X2)) -> cons2(proper1(X1), proper1(X2))
proper1(s1(X)) -> s1(proper1(X))
proper1(p1(X)) -> p1(proper1(X))
f1(ok1(X)) -> ok1(f1(X))
cons2(ok1(X1), ok1(X2)) -> ok1(cons2(X1, X2))
s1(ok1(X)) -> ok1(s1(X))
p1(ok1(X)) -> ok1(p1(X))
top1(mark1(X)) -> top1(proper1(X))
top1(ok1(X)) -> top1(active1(X))
The following pairs can be strictly oriented and are deleted.
The remaining pairs can at least by weakly be oriented.
ACTIVE1(cons2(X1, X2)) -> ACTIVE1(X1)
Used ordering: Combined order from the following AFS and order.
ACTIVE1(f1(X)) -> ACTIVE1(X)
ACTIVE1(s1(X)) -> ACTIVE1(X)
ACTIVE1(p1(X)) -> ACTIVE1(X)
trivial
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDPOrderProof
↳ QDP
ACTIVE1(f1(X)) -> ACTIVE1(X)
ACTIVE1(s1(X)) -> ACTIVE1(X)
ACTIVE1(p1(X)) -> ACTIVE1(X)
active1(f1(0)) -> mark1(cons2(0, f1(s1(0))))
active1(f1(s1(0))) -> mark1(f1(p1(s1(0))))
active1(p1(s1(0))) -> mark1(0)
active1(f1(X)) -> f1(active1(X))
active1(cons2(X1, X2)) -> cons2(active1(X1), X2)
active1(s1(X)) -> s1(active1(X))
active1(p1(X)) -> p1(active1(X))
f1(mark1(X)) -> mark1(f1(X))
cons2(mark1(X1), X2) -> mark1(cons2(X1, X2))
s1(mark1(X)) -> mark1(s1(X))
p1(mark1(X)) -> mark1(p1(X))
proper1(f1(X)) -> f1(proper1(X))
proper1(0) -> ok1(0)
proper1(cons2(X1, X2)) -> cons2(proper1(X1), proper1(X2))
proper1(s1(X)) -> s1(proper1(X))
proper1(p1(X)) -> p1(proper1(X))
f1(ok1(X)) -> ok1(f1(X))
cons2(ok1(X1), ok1(X2)) -> ok1(cons2(X1, X2))
s1(ok1(X)) -> ok1(s1(X))
p1(ok1(X)) -> ok1(p1(X))
top1(mark1(X)) -> top1(proper1(X))
top1(ok1(X)) -> top1(active1(X))
The following pairs can be strictly oriented and are deleted.
The remaining pairs can at least by weakly be oriented.
ACTIVE1(s1(X)) -> ACTIVE1(X)
Used ordering: Combined order from the following AFS and order.
ACTIVE1(f1(X)) -> ACTIVE1(X)
ACTIVE1(p1(X)) -> ACTIVE1(X)
[ACTIVE1, s1]
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDPOrderProof
↳ QDP
ACTIVE1(f1(X)) -> ACTIVE1(X)
ACTIVE1(p1(X)) -> ACTIVE1(X)
active1(f1(0)) -> mark1(cons2(0, f1(s1(0))))
active1(f1(s1(0))) -> mark1(f1(p1(s1(0))))
active1(p1(s1(0))) -> mark1(0)
active1(f1(X)) -> f1(active1(X))
active1(cons2(X1, X2)) -> cons2(active1(X1), X2)
active1(s1(X)) -> s1(active1(X))
active1(p1(X)) -> p1(active1(X))
f1(mark1(X)) -> mark1(f1(X))
cons2(mark1(X1), X2) -> mark1(cons2(X1, X2))
s1(mark1(X)) -> mark1(s1(X))
p1(mark1(X)) -> mark1(p1(X))
proper1(f1(X)) -> f1(proper1(X))
proper1(0) -> ok1(0)
proper1(cons2(X1, X2)) -> cons2(proper1(X1), proper1(X2))
proper1(s1(X)) -> s1(proper1(X))
proper1(p1(X)) -> p1(proper1(X))
f1(ok1(X)) -> ok1(f1(X))
cons2(ok1(X1), ok1(X2)) -> ok1(cons2(X1, X2))
s1(ok1(X)) -> ok1(s1(X))
p1(ok1(X)) -> ok1(p1(X))
top1(mark1(X)) -> top1(proper1(X))
top1(ok1(X)) -> top1(active1(X))
The following pairs can be strictly oriented and are deleted.
The remaining pairs can at least by weakly be oriented.
ACTIVE1(p1(X)) -> ACTIVE1(X)
Used ordering: Combined order from the following AFS and order.
ACTIVE1(f1(X)) -> ACTIVE1(X)
trivial
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDPOrderProof
↳ QDP
ACTIVE1(f1(X)) -> ACTIVE1(X)
active1(f1(0)) -> mark1(cons2(0, f1(s1(0))))
active1(f1(s1(0))) -> mark1(f1(p1(s1(0))))
active1(p1(s1(0))) -> mark1(0)
active1(f1(X)) -> f1(active1(X))
active1(cons2(X1, X2)) -> cons2(active1(X1), X2)
active1(s1(X)) -> s1(active1(X))
active1(p1(X)) -> p1(active1(X))
f1(mark1(X)) -> mark1(f1(X))
cons2(mark1(X1), X2) -> mark1(cons2(X1, X2))
s1(mark1(X)) -> mark1(s1(X))
p1(mark1(X)) -> mark1(p1(X))
proper1(f1(X)) -> f1(proper1(X))
proper1(0) -> ok1(0)
proper1(cons2(X1, X2)) -> cons2(proper1(X1), proper1(X2))
proper1(s1(X)) -> s1(proper1(X))
proper1(p1(X)) -> p1(proper1(X))
f1(ok1(X)) -> ok1(f1(X))
cons2(ok1(X1), ok1(X2)) -> ok1(cons2(X1, X2))
s1(ok1(X)) -> ok1(s1(X))
p1(ok1(X)) -> ok1(p1(X))
top1(mark1(X)) -> top1(proper1(X))
top1(ok1(X)) -> top1(active1(X))
The following pairs can be strictly oriented and are deleted.
The remaining pairs can at least by weakly be oriented.
ACTIVE1(f1(X)) -> ACTIVE1(X)
f1 > ACTIVE1
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ PisEmptyProof
↳ QDP
active1(f1(0)) -> mark1(cons2(0, f1(s1(0))))
active1(f1(s1(0))) -> mark1(f1(p1(s1(0))))
active1(p1(s1(0))) -> mark1(0)
active1(f1(X)) -> f1(active1(X))
active1(cons2(X1, X2)) -> cons2(active1(X1), X2)
active1(s1(X)) -> s1(active1(X))
active1(p1(X)) -> p1(active1(X))
f1(mark1(X)) -> mark1(f1(X))
cons2(mark1(X1), X2) -> mark1(cons2(X1, X2))
s1(mark1(X)) -> mark1(s1(X))
p1(mark1(X)) -> mark1(p1(X))
proper1(f1(X)) -> f1(proper1(X))
proper1(0) -> ok1(0)
proper1(cons2(X1, X2)) -> cons2(proper1(X1), proper1(X2))
proper1(s1(X)) -> s1(proper1(X))
proper1(p1(X)) -> p1(proper1(X))
f1(ok1(X)) -> ok1(f1(X))
cons2(ok1(X1), ok1(X2)) -> ok1(cons2(X1, X2))
s1(ok1(X)) -> ok1(s1(X))
p1(ok1(X)) -> ok1(p1(X))
top1(mark1(X)) -> top1(proper1(X))
top1(ok1(X)) -> top1(active1(X))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
TOP1(ok1(X)) -> TOP1(active1(X))
TOP1(mark1(X)) -> TOP1(proper1(X))
active1(f1(0)) -> mark1(cons2(0, f1(s1(0))))
active1(f1(s1(0))) -> mark1(f1(p1(s1(0))))
active1(p1(s1(0))) -> mark1(0)
active1(f1(X)) -> f1(active1(X))
active1(cons2(X1, X2)) -> cons2(active1(X1), X2)
active1(s1(X)) -> s1(active1(X))
active1(p1(X)) -> p1(active1(X))
f1(mark1(X)) -> mark1(f1(X))
cons2(mark1(X1), X2) -> mark1(cons2(X1, X2))
s1(mark1(X)) -> mark1(s1(X))
p1(mark1(X)) -> mark1(p1(X))
proper1(f1(X)) -> f1(proper1(X))
proper1(0) -> ok1(0)
proper1(cons2(X1, X2)) -> cons2(proper1(X1), proper1(X2))
proper1(s1(X)) -> s1(proper1(X))
proper1(p1(X)) -> p1(proper1(X))
f1(ok1(X)) -> ok1(f1(X))
cons2(ok1(X1), ok1(X2)) -> ok1(cons2(X1, X2))
s1(ok1(X)) -> ok1(s1(X))
p1(ok1(X)) -> ok1(p1(X))
top1(mark1(X)) -> top1(proper1(X))
top1(ok1(X)) -> top1(active1(X))